Leadtools.Web.Services Namespace > ServiceStreamer<TStreamedData,TServiceState> Class : StartStreaming Method |
public void StartStreaming( TServiceState state )
'Declaration Public Sub StartStreaming( _ ByVal state As TServiceState _ )
'Usage Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim state As TServiceState instance.StartStreaming(state)
public void StartStreaming( TServiceState state )
function Leadtools.Web.Services.ServiceStreamer.StartStreaming( state )
public: void StartStreaming( TServiceState^ state )
Call this method multiple times to continue streaming after all streams have been processed.
Make sure that the ServiceStreamer<TStreamedData,TServiceState> is not busy before calling this method by checking the Busy property.
Calling this method while the ServiceStreamer<TStreamedData,TServiceState> is still busy causes an exception.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2